home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65c+IDA-1.4.4.1 / cf / m4 / suucpm.m4 < prev    next >
Encoding:
Text File  |  1989-01-03  |  1.2 KB  |  44 lines

  1. divert(10)
  2. #
  3. #  Sendmail
  4. #  Copyright (c) 1983  Eric P. Allman
  5. #  Berkeley, California
  6. #
  7. #  Copyright (c) 1983 Regents of the University of California.
  8. #  All rights reserved.  The Berkeley software License Agreement
  9. #  specifies the terms and conditions for redistribution.
  10. #
  11. #    @(#)suucpm.m4    1.3 (Berkeley) 1/3/89
  12. #
  13. divert(0)
  14. ############################################################
  15. ############################################################
  16. #####
  17. #####        UUCP Smart Mailer specification
  18. #####        (handles multiple recipients)
  19. #####
  20. ############################################################
  21. ############################################################
  22.  
  23.  
  24.  
  25. Msuucp,    P=/usr/bin/uux, F=mDFMhuU, S=13, R=23, M=100000,
  26.     A=uux - -r $h!rmail ($u)
  27.  
  28. ifdef(`m4UUCP',`divert(10)',)
  29.  
  30. S13
  31. R$+            $:$>5$1                convert to old style
  32. R$=w!$+            $2                strip local name
  33. R$*<@$->$*        $1<@$2.$D>$3            resolve abbreviations
  34. R$+<@$+>        $2!$1                uucpize (no @'s in addr)
  35. R$+            $:$U!$1                stick on our host name
  36.  
  37. S23
  38. R$+            $:$>5$1                convert to old style
  39. R$*<@$=w>$*        $1<@$2.$D>$3            resolve abbreviations
  40. R$*<@$->$*        $1<@$2.$D>$3            resolve abbreviations
  41. R$+<@$w>        $w!$1                uucp!u@local -> local!uucp!u
  42.  
  43. ifdef(`m4UUCP',`divert(0)',)
  44.